home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 08A (1986-08-13)(Pacific North-West Amigas Club)[WB].zip / Panorama - Disk 08A (1986-08-13)(Pacific North-West Amigas Club)[WB].adf / readme < prev   
Text File  |  1986-08-13  |  5KB  |  133 lines

  1.    Things have been a little slow this past few weeks on the networks, but
  2. there are a few gems here of such quality that the quantity doesn't really
  3. matter.  One of the most important programs on the disk is a little utility
  4. called POPCLI. Written by many people, including John Toebes, (he did the Hack
  5. port to Amiga) it is important because it not only offers an excellent
  6. facility, but also serves to show just what is possible in theis type of
  7. program. There are two programs from our own members (more may be on here by
  8. the time it is distributed).  There is even source code for a new (to the
  9. Amiga) language. I put this on here because I would like to see it running on
  10. the Amiga, and because there is room this time for something worthwhile, but
  11. untested.
  12.  
  13. ----------------------------------------------------------------------------
  14.  
  15. ATERM (dir)
  16.  
  17.     Here is the latest in the Aterm series. Extensively modified by
  18. Panorama member Jeff Lydiatt, it has now been split into logical modules for
  19. ease of making changes and future upgrades. It now has a clock that runs as a
  20. separate process, and that may be used from another program. See "aterm.mods"
  21. for modification history.
  22.  
  23.        Aterm                            aterm.c
  24.        aterm.mods                       atermclock
  25.        atermclock.c                     Clock.h
  26.        ClockLoader.c                    ConsoleIO.c
  27.        ConsoleIO.h                      FKeys.c
  28.        linkit.h                         menu.c
  29.        Options.h                        SerialIO.c
  30.        SerialIO.h                       timer.c
  31.        Timer.h                          XmodemCRC.c
  32.  
  33. ----------------------------------------------------------------------------
  34.  
  35. INSTMUSIC (dir)
  36.  
  37.     A new instrument for your Instant Music program. Mr. Spock saying
  38. (singing?) the word "logic".
  39.  
  40.        Logic                            logicnote
  41.  
  42. ----------------------------------------------------------------------------
  43.  
  44. TOOLS (dir)
  45.     DIRS is the source code for a directory "walker" designed to get an
  46. entire directory from a disk.
  47.     CCHECK is a C syntax checker. It isn't very thorough, but does point
  48. out some of the more common errors.
  49.  
  50.         DIRS (dir)
  51.             PrintAll.c                       PrintIt.c
  52.             pwd.c                            
  53.  
  54.        ccheck                           ccheck.c
  55.  
  56.  
  57. ----------------------------------------------------------------------------
  58. TEXT (dir)
  59.  
  60.        amiga-st                         AmiSoft
  61.  
  62. ----------------------------------------------------------------------------
  63. UTIL (dir)
  64.     Here it is, POPCLI. A wonderful little utility that should be on EVERY
  65. disk you regularly boot from. Read the documentation file for complete
  66. instructions.
  67.  
  68.     Costimer is one of those little utilities that we always wish were part
  69. of a terminal program. Usage is: COSTIMER n, Where n is the cost of using a
  70. network such as The Source or Compuserve on a per minute basis. It will display
  71. a clock and the current charges incurred since it was started.
  72.  
  73.     Secmap will show you where those files are being saved on the disk, in
  74. graphic form.
  75.  
  76.     Pause is an update of one of my earlier programs of the same name. Read
  77. the documentation file for full instructions.
  78.  
  79.           POP (dir)
  80.             link_popcli                      popcli
  81.             popcli.c                         popcli.doc
  82.             wbc.a                            
  83.       PAUSE (dir)
  84.         pause                 pause.asm
  85.         pause.doc
  86.        costimer                         secmap
  87.        SecMap.c                         
  88.  
  89. ----------------------------------------------------------------------------
  90. MUSICRAFT (dir)
  91.  
  92.        Ghost Busters.score              vibes2.instr
  93.  
  94. ----------------------------------------------------------------------------
  95. HARDWARE (dir)
  96.     Yet another update on the 2 Megabyte board designed by Frank Schwab.
  97. This is the one that uses the TI THCT4502A DRAM controller.
  98.  
  99.        twomegnew                        
  100.  
  101. ----------------------------------------------------------------------------
  102. PRINTERDRIVERS (dir)
  103.     These have been provided due to popular demand, and come from Amicus #9
  104. disk.
  105.  
  106.        Canon_PJ-1080A                   CItoh_Prowriter
  107.        Epson                            Epson_LQ800
  108.        Gemini_Star10                    InstallDrivers
  109.        NEC_8025A                        Okidata_92
  110.        Okidata_ml92                     Panasonic_KX-P10xx
  111.        SmithCorona_D300                 
  112.  
  113. ASSEMBLER (dir)
  114.     A moving starfield done in assembler by Panorama member Andrew Tuline.
  115. Perhaps the executable version will be in here by the time it is distributed.
  116.  
  117.        stars.asm                        stin.asm
  118.  
  119. ----------------------------------------------------------------------------
  120. PILOT (dir)
  121.     PILOT is a language ideally suited for educational text presentation,
  122. asking questions and accepting and acting upon answers. This is from the
  123. Computer Language Magazine forum on Compuserve, and was described in the (I
  124. think) June 1986 issue. It has not been compiled or tested on the Amiga, but
  125. should be a worthwhile addition. PILOT.BNF describes the language in detail.
  126. The example program will give you the "flavour" of it, as well as providing an
  127. extensive test of all PILOT functions.
  128.  
  129.        PILOT.BNF                        PILOT.C
  130.        PILOT.TST                        PILOT1.C
  131.        PILOT2.C                         PILOT3.C
  132.        PILOT4.C                         PILOT5.C
  133.